home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / NeXTSTEP-faq / 9_Outdated.txt < prev    next >
Text File  |  1996-04-17  |  8KB  |  236 lines

  1.  
  2. Subject: FAQ: 9 - Outdated information
  3.  
  4.  
  5.                       9 OBSOLETE BUT STILL INTERESTING?
  6.  
  7.    This chapter contains information covered in the early days of the
  8.    FAQs. It is not updated anymore. Note that with new releases of
  9.    NEXTSTEP and OpenStep some information might still be useful to those,
  10.    who e.g. didn't update.
  11.  
  12. 9.1 Where can I get NeXT paraphernalia?
  13.  
  14.    Paraphernalia
  15.  
  16.    These parts can be ordered.
  17.  
  18.  
  19.         NeXT T-shirts
  20.         Classic NeXT logo on front      $6.95 each (S-XL)
  21.         3.1 NEXTSTEP logo on front      $7.95 each (M-XXL)
  22.  
  23.         NeXT Pencils                    $20.30  box of 100
  24.         NeXT Cross Pen                  $21.15  each
  25.         NeXT Decals                     $75.00  box of 100
  26.         NeXT T-shirt                    $ 5.65  each - sizes S, M, L, XL
  27.         (pre-shrunk)
  28.         Turtle Neck                     $19.20  each - sizes S, M, L, XL
  29.         NeXT Glass Mug                  $ 1.70  each
  30.         Leather Folder                  $54.50  each
  31.         NeXT Sweatshirt                 $19.20  each - sizes S, M, L, XL
  32.         NeXT Tote-bag                   $ 6.25  each
  33.         NeXT Mouse pad                  $ 9.67  each
  34.  
  35.  
  36.    Orders can be taken 24 hours a day for domestic and overseas orders
  37.  
  38.  
  39.         Contact:        Hermann Marketing
  40.         --------        1400 North Price Road
  41.                         St. Louis, MO 63132-2308
  42.                         Phone: 1 800 972 1331, 314 432 1800
  43.                         Fax: 314 432 1818
  44.  
  45.  
  46.    Method of payment: Purchase order, check, money order, or credit card
  47.  
  48. 9.2 Is there any way to change the text in the title bar of a terminal window?
  49.  
  50.  
  51.    There is no way of changing the title bar of a Terminal.app window in
  52.    2.x; in 3.x there is. Check Preferences (Title Bar): set CustomTitle,
  53.    type in the title, and hit CR (or Set Window) and voila!
  54.  
  55.    [From: andre@ramsey.cs.laurentian.ca (Andre Roberge)]
  56.  
  57.    Actually, there is a way to change the title bar of a Terminal window
  58.    in 2.x (at least in 2.1 which is what I am using). It is somewhat
  59.    limited but it might be useful to some.
  60.  
  61.    The trick is to make a symbolic link between /bin/csh (or whichever
  62.    shell one wishes to use) and a file in / named
  63.    "Whatever_you_want_to_appear_in_the_title_bar". Then select this new
  64.    "shell" in the terminal preference and, voila!, you'll have your
  65.    terminal window with /Whatever_you..... in the title bar.
  66.  
  67.    You can edit Stuart's titlebar interactively from the "Window..."
  68.    Inspector (Command-3).
  69.  
  70.    Stuart provides emulation of certain Operating System Command (OSC)
  71.    sequences which can be used to modify the titlebar under subprocess
  72.    control.
  73.  
  74.    Stuart can change the title of the current window from the command
  75.    line. In Stuart is possible to get more descriptive titles by linking
  76.    /usr/ucb/rsh to /usr/hosts/. Then by adding /usr/hosts to your Stuart
  77.    ShellPath you can then get the hostname into the title bar:
  78.  
  79.  
  80.         $ dwrite StuartShellPaths <various dirs>:/usr/hosts
  81.  
  82.    You should then type in the hostname as the shell to invoke (disable
  83.    the "Shell reads .login file" for this. You can also add hosts to your
  84.    .Stuartrc file:
  85.  
  86.  
  87.         Shell=golem.ps.uci.edu
  88.         SourceDotLogin=NO
  89.         WinLocX=545
  90.         WinLocY=563
  91.         Lines=24
  92.         |
  93.         WinLocX=76
  94.         WinLocY=833
  95.  
  96.  
  97.    For the localhost, link /bin/csh to /usr/hosts/, or even better
  98.    /usr/local/bin/tcsh instead of using rsh.
  99.  
  100.    [From: Garance A Drosehn ]
  101.  
  102.    For what it's worth, I do this with a script called "telnet_to" and a
  103.    (bash) function called "telnet_window". The function simply does a
  104.  
  105.  
  106.         local soil_pars="-Lines 32 -Keypad YES -Reverse \
  107.         YES -Strict YES -TestExit YES";
  108.         soil -Shell "telnet_to $1" $soil_pars
  109.  
  110.  
  111.    and the script is just:
  112.  
  113.  
  114.         #!bin/sh
  115.         /usr/ucb/telnet $*
  116.         echo ' '
  117.         echo '  -->   telnet exited, press enter to close window.'
  118.         read -r Waste_Var
  119.         exit 0
  120.  
  121.  
  122.    This has a number of advantages, not the least of which being that I
  123.    can pop up a "telnet_window" to anywhere. I don't have to create links
  124.    for each host (though I do create aliases for the most common hosts),
  125.    and I can type "telnet_window" (or, e.g., "tel_aix") as a unix
  126.    command.
  127.  
  128.    Also, if I lose the connection suddenly then the window stays around
  129.    until I get a chance to see what happened. I use telnet instead of rsh
  130.    because I generally connect to hosts which won't accept rsh's.
  131.  
  132. 9.3 I can't get my pictures in OmniWeb
  133.  
  134.    OmniWeb You have to install the OmniImage.service in your
  135.    /Library/Services or /LocalLibrary/Services (This is also a nice way
  136.    to get pictures converted in other applications as well.
  137.  
  138.    You can ftp this from ftp.informatik.uni-muenchen.de
  139.  
  140. 9.4 How do I remap the and | keys on my keyboard?
  141.  
  142.    Keyboard
  143.  
  144.    NeXT introduced a new keyboard configuration with the 040 products.
  145.    The
  146.    | keys which had been located on the main keyboard was moved to the
  147.    numeric keypad. Many users have since complained about it, and a work
  148.    around is to remap these keys using the demo application Keyboard
  149.    (/NextDeveloper/Demos/Keyboard), Mike Carlton's keyboardfix program:
  150.    ftp.cs.orst.edu:/pub/next/sources/next-interface/keyboardfix.tar.Z
  151.  
  152.    ...which lets you put these keys on shift-return or shift-delete. One
  153.    can hope that there will be a choice of keyboards in the future.
  154.  
  155. 9.5 How do I stop NeXTMail/Sendmail adding &Mcirc;s onto the end of lines?
  156.  
  157.    Sendmail
  158.  
  159.    In /etc/sendmail.cf make this change:
  160.  
  161.  
  162.         [old code]
  163.  
  164.         #####           UUCP Mailer specification
  165.         #####
  166.         Muucp,  P=/usr/bin/uux, F=msDFMhuU, S=13, R=23,
  167.  
  168.         [new code]
  169.  
  170.         #####           UUCP Mailer specification
  171.         #####
  172.         Muucp,  P=/usr/bin/uux, F=msDFMhuU, S=13, R=23, E=\n,
  173.  
  174.  
  175.    This has been fixed in 3.1, and the default mailhost sendmail is UUCP
  176.    oriented.
  177.  
  178. 9.6 Why does NEXTSTEP 1.0 hang a few seconds after attempting to boot?
  179.  
  180.    Boot hang, NS1.0
  181.  
  182.    Release 1.0 contains a bug that can corrupt the kernel /odmach if a
  183.    user attempts to launch /odmach from the browser. The solution is to
  184.    copy a clean /odmach from another NeXT system. Be sure to change the
  185.    permissions of the newly installed /odmach to remove execute
  186.    permissions to prevent future occurrences of the same problem. Release
  187.    1.0a and beyond do not have this problem.
  188.  
  189.    It is possible for the sdmach to get corrupted in the same way. Boot
  190.    from the OD, copy an uncorrupted version of the kernel to the hard
  191.    disk, and remove the execute bits from sdmach.
  192.  
  193. 9.7 Modem hangs under NS2.0 by incoming calls
  194.  
  195.    modem calls, incoming
  196.  
  197.    There is a bug in the serial driver which causes getty to get stuck.
  198.    The situation arises after a successful uucico connection, subsequent
  199.    connections via modem will get a connection with the modem, but no
  200.    login prompt.
  201.  
  202.    This is caused by getty hanging. A simple work around is to have a
  203.    process run in cron to reset the getty every 15 minutes:
  204.  
  205.  
  206.         #! /bin/sh -u
  207.         PIDS=`ps -ax | bm getty | grep -v bm | awk '{print $1}'`
  208.         kill -TERM $PIDS
  209.  
  210.  
  211.    Of course trying to connect when the script is running will not allow
  212.    you to connect, try again a minute later. This fix will not affect
  213.    on-going UUCP or interactive connections. This will probably be fixed
  214.    in the next kernel release.
  215.  
  216.    This bug is corrected in NEXTSTEP 2.1 and later releases.
  217.  
  218. 9.8 NS2.0 doesn't recognize /LocalApps path
  219.  
  220.    /LocalApps, NS2.0
  221.  
  222.    Workspace has its own internal application path. In 2.0 /LocalApps was
  223.    omitted. Improv needs to have /LocalApps in the Workspace path if you
  224.    have Improve installed in /LocalApps. The work around in 2.0 only is:
  225.  
  226.  
  227.         dwrite Workspace ApplicationPaths "~/Apps:/LocalApps:/NextApps: \
  228.         /NextDeveloper/Apps:/NextAdmin:/NextDeveloper/Demos"
  229.  
  230.  
  231.    This bug is corrected in NEXTSTEP 2.1 and later releases.
  232.  
  233.  
  234.      _________________________________________________________________
  235.  
  236.    This document was converted from LaTeX using Karl Ewald's latex2html.